table of contents
RDMA_DESTROY_SRQ(3) | Librdmacm Programmer's Manual | RDMA_DESTROY_SRQ(3) |
NAME¶
rdma_destroy_srq - Deallocate a SRQ.
SYNOPSIS¶
#include <rdma/rdma_verbs.h>
void rdma_destroy_srq (struct rdma_cm_id *id);
ARGUMENTS¶
- id
- RDMA identifier.
DESCRIPTION¶
Destroy an SRQ allocated on the rdma_cm_id.
RETURN VALUE¶
None
NOTES¶
Users should destroy any SRQ associated with an rdma_cm_id before destroying the ID.
SEE ALSO¶
2011-06-15 | librdmacm |